Conversation
This will be changed a bit, this code is pretty much written by AI.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🌏 Preview DeploymentsNote No deployable apps affected by changes in this PR. Built from commit: 🤖 This comment will be updated automatically when you push new commits to this PR. |
| import type { SectionId, SectionState } from "../lib/override-schema"; | ||
| import { computed, createSingletonComposable, useWebviewView, watchEffect } from "reactive-vscode"; | ||
| import { env, window } from "vscode"; | ||
| import { getSectionDefinition, SECTION_DEFINITIONS } from "../lib/override-schema"; |
| import { | ||
| createInitialSectionStates, | ||
| createParserOverride, | ||
| getSectionDefinition, | ||
| isSectionSelectionValid, | ||
| SECTION_DEFINITIONS, | ||
| serializeOverride, | ||
| } from "../lib/override-schema"; |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
🔗 Linked issue
📚 Description